home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Service⁄Support⁄Training / Self-Paced Training / Apple Scanner Training / Troubleshooting / background_2974.txt < prev    next >
Text File  |  1988-07-14  |  5KB  |  214 lines

  1. -- background: 2974 from stack: in
  2. -- bmap block id: 3393
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6. ----- HyperTalk script -----
  7. on openStack
  8.   set highlight of background button "Troubleshooting" to true
  9. end openStack
  10.  
  11. on closeStack
  12.   set highlight of background button "Troubleshooting" to false
  13. end closeStack
  14.  
  15. hide message box
  16. hide menuBar
  17.  
  18.  
  19.  
  20.  
  21. -- part 8 (button)
  22. -- low flags: 00
  23. -- high flags: 0000
  24. -- rect: left=220 top=308 right=342 bottom=263
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 21700 / 21700
  27. -- text alignment: 1
  28. -- font id: 0
  29. -- text size: 12
  30. -- style flags: 0
  31. -- line height: 16
  32. -- part name: 
  33. ----- HyperTalk script -----
  34. on mouseUp
  35.   visual effect zoom open
  36.   go to stack "Apple Scanner"
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 11 (button)
  42. -- low flags: 00
  43. -- high flags: 8004
  44. -- rect: left=263 top=317 right=338 bottom=366
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Using
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   visual effect zoom open
  56.   go to stack "Using"
  57.   set highlight of background button "Setup" to false
  58.   set highlight of background button "Installation" to false
  59.   set highlight of background button "Troubleshooting" to false
  60.   set highlight of background button "Using" to true
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 12 (button)
  66. -- low flags: 00
  67. -- high flags: C004
  68. -- rect: left=376 top=317 right=338 bottom=494
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Troubleshooting
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   visual effect zoom open
  80.   go to stack "Troubleshooting"
  81.   set highlight of background button "Setup" to false
  82.   set highlight of background button "Installation" to false
  83.   set highlight of background button "Using" to false
  84.   set highlight of background button "Troubleshooting" to true
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 15 (button)
  90. -- low flags: 00
  91. -- high flags: A004
  92. -- rect: left=7 top=317 right=338 bottom=110
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Setup
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   visual effect zoom open
  104.   go to stack "Set-Up"
  105.   set highlight of background button "Installation" to false
  106.   set highlight of background button "Using" to false
  107.   set highlight of background button "Troubleshooting" to false
  108.   set highlight of background button "Setup" to true
  109. end mouseUp
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116. -- part 17 (button)
  117. -- low flags: 00
  118. -- high flags: A004
  119. -- rect: left=119 top=317 right=338 bottom=222
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 0 / 0
  122. -- text alignment: 1
  123. -- font id: 0
  124. -- text size: 12
  125. -- style flags: 0
  126. -- line height: 16
  127. -- part name: Installation
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.   visual effect zoom open
  131.   go to stack "Installation"
  132.   set highlight of background button "Setup" to false
  133.   set highlight of background button "Using" to false
  134.   set highlight of background button "Troubleshooting" to false
  135.   set highlight of background button "Installation" to true
  136. end mouseUp
  137.  
  138.  
  139.  
  140. -- part 19 (button)
  141. -- low flags: 00
  142. -- high flags: 0001
  143. -- rect: left=414 top=1 right=40 bottom=455
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 1008 / 1008
  146. -- text alignment: 1
  147. -- font id: 0
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: 
  152. ----- HyperTalk script -----
  153. on mouseUp
  154.   answer "Print this card?" with "Yes" or "Cancel"
  155.   if it is "Yes" then
  156.     doMenu "Print Card"
  157.   end if
  158.   if it is "Cancel" then
  159.     put "Cancel" into it
  160.   end if
  161. end  mouseUp
  162.  
  163.  
  164.  
  165.  
  166. -- part 20 (button)
  167. -- low flags: 00
  168. -- high flags: 0001
  169. -- rect: left=454 top=1 right=40 bottom=494
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 1004 / 1004
  172. -- text alignment: 1
  173. -- font id: 0
  174. -- text size: 12
  175. -- style flags: 0
  176. -- line height: 16
  177. -- part name: 
  178. ----- HyperTalk script -----
  179.  
  180. on mouseUp
  181.   play harpsichord a4
  182.   global search
  183.   answer "Type of Glossary search?" with "Browse" or "Automatic" or "Cancel"
  184.   if it is "Browse" then
  185.     visual wipe up slowly
  186.     go to card "Glossary" of stack "Glossary"
  187.   end if
  188.  
  189.   if it is "Automatic" then
  190.     ask "Search for..."
  191.     put it into search
  192.     if search is empty then
  193.       exit mouseUp
  194.     else
  195.       visual wipe up slowly
  196.       put "find search" into message box
  197.       hide message
  198.       go to card "Glossary" of stack "Glossary"
  199.       find word search in field "Text"
  200.       if the result is "not found" then
  201.         answer "Word not found." with "OK"
  202.         exit  mouseUp
  203.       else
  204.         show card field id 13
  205.         wait 4 seconds
  206.         hide card field id 13
  207.       end if
  208.     end if
  209.   end if
  210. end mouseUp
  211.  
  212.  
  213.  
  214.